home *** CD-ROM | disk | FTP | other *** search
- .TH BOOLONE
- 6 "IRIT Version 6.0"
- .SH NAME
- BOOLONE
-
-
-
- SurfaceType BOOLONE( CurveType Crv )
-
- Given a closed curve, the curve is subdivided into four segments equally
- spaced in the parametric space that are fed into BOOLSUM. Useful if
- a surface should "fill" the area enclosed by a closed curve.
-
- Example:
-
- Srf = BOOLONE( circle( vector( 0.0, 0.0, 0.0 ), 1.0 ) );
-
- Creates a disk surface containing the area enclosed by the unit circle.
-